19. Conclusion

Nd787 C4 L04 15 Conclusion V3

Additional Resources

We highly recommend this Github repository as a resource to learn more about Kalman Filters. It contains interactive Jupyter notebooks which cover these algorithms in detail. Chapter 10 covers UKFs and 11 is on EKFs.

Extended Kalman Filters

Did you know that the Crazyflie uses an EKF for state estimation? The code is open source and you can check out the repository here.

This implementation is based on two papers:

  1. A covariance correction step for Kalman filtering with an attitude

  2. Fusing ultra-wideband range measurements with accelerometers and rate gyroscopes for quadrocopter state estimation

Unscented Kalman Filters